home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_074 / MPLYR215 / COMMANDS.DOC next >
Text File  |  1998-03-14  |  3KB  |  105 lines

  1. M_PLAYER command line
  2. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  3.  
  4.     The player can be called from another program with every option
  5. into the command line. You can rename it as M_PLAYER.TTP or M_PLAYER.GTP
  6. or else, install an application.
  7.  
  8.     The command line is:
  9.  
  10.     <options> path\file_name
  11.  
  12.     The options must appear before the file name! Options can be
  13. separated with spaces or not.
  14.  
  15.     Every option is:
  16.  
  17.     +LETTER to set this option
  18.     -LETTER to clear this option
  19.  
  20.     Available options:
  21.  
  22.     +d, -d
  23.     ¨¨¨¨¨¨
  24.         if set will display the dialogs, if cleared won't display
  25.         them.
  26.         Default value: +d
  27.  
  28.     +p, -p
  29.     ¨¨¨¨¨¨
  30.         if '-d' is specified, then if set will play the sound (if
  31.         available), if cleared won't play the sound
  32.         Default value: +p
  33.         Used only with AVI and MOV
  34.  
  35.     +s, -s
  36.     ¨¨¨¨¨¨
  37.         if '-d' is specified, then if set will synchronise the
  38.         images and sound, if cleared will display the images at
  39.         the max speed.
  40.         Default value: +s
  41.         Used with AVI, MOV and FLx
  42.  
  43.     +a, -a
  44.     ¨¨¨¨¨¨
  45.         if '-d' is specified, then if set will simulate the Alt
  46.         key (Alt Go! in the first dialog) to enter step by step
  47.         mode automatically or to create MOVs with a batch file.
  48.         Default value: -a
  49.  
  50.     +e, -e
  51.     ¨¨¨¨¨¨
  52.         if '-d' is specified, then if set will display every error
  53.         message (bad file, etc...), else if cleared, won't
  54.         display any error message.
  55.         Default value: -e
  56.  
  57.     +i, -i
  58.     ¨¨¨¨¨¨
  59.         if '-d' is specified, then if set will play in loop mode
  60.         (on the mask or single file passed through the command line)
  61.         until an event accurs (keyboard, mouse, joystick), else
  62.         will play normally.
  63.         Default value: -i
  64.         This is for being used with a screen saver for example.
  65.  
  66.  
  67.     Options p, s, a, i and e are only usefull when '-d' is specified,
  68. else, the player uses the returned values from the dialogs to set the
  69. options.
  70.  
  71.     Examples:
  72.  
  73.     m_player -d *.AVI
  74.  
  75.     will display every AVI from the current folder without any dialog
  76. and using the default values (+p, +s, -a).
  77.  
  78.     m_player -d +a c:\batch\*.bat
  79.  
  80.     will create MOV files from every BAT file found into the c:\batch
  81. folder.
  82.  
  83.     m_player -d-p+s+i C:\anims\*.*
  84.  
  85.     will display every file found into the anims folder without sound
  86. but at their normal speed (synchro is on). Will also loop into this folder
  87. until an event occurs (keyboard, mouse, joystick), it means that when the
  88. end of the folder is reached, the research starts again.
  89.  
  90.  
  91. Programmers
  92. ¨¨¨¨¨¨¨¨¨¨¨
  93.  
  94.     If you want to incorporate M_PLAYER into one of your creations,
  95. you're allowed to distribute the shareware version (grey display) with its
  96. DOCs and RSC as long as you contact me before.
  97.     If you just tell your users that M_Player can be used and let them
  98. get it, you don't have to contact me.
  99.  
  100.     If you would like to distribute a color version of M_Player (you
  101. want to look 'pro'), you MUST contact me! Every color version must be
  102. paid! So we'll have to talk.
  103.  
  104.  
  105.